import { Suspense } from "react";
import { Skeleton } from "@/components/ui/skeleton";
import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card";
import SwpDocumentPage from "./swp-document-page";
export const metadata = {
title: "SWP 문서 관리",
description: "SWP 시스템 문서 조회 및 동기화",
};
// ============================================================================
// 로딩 스켈레톤
// ============================================================================
function SwpDocumentSkeleton() {
return (